.fenzhi {
	
	list-style:none}
	
.fenzhi li {
	
	width:45%;
	float:left;
	margin-right:5px;}
	

.met-index-service {
    text-align: center;
}
.met-index-service [class*="blocks"] li {
    clear: none;
    margin-top:0px;
	width:25%;
}
.met-index-service [class*="blocks"] li img {
    margin: 0 auto;
    max-width: 120px;
    transition: all 0.25s ease 0s;
}
.met-index-service [class*="blocks"] li h3 {
    color: #9c9c9c;
    font-size: 20px;
    font-weight: 300;
    margin-top: 20px;
    padding-bottom: 5px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.met-index-service [class*="blocks"] li h3::after {
    background: #e31837 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 0;
}
.met-index-service [class*="blocks"] li p {
    color: #9c9c9c;
    font-weight: 300;
    margin: 0 auto;
    width: 90%;
}
.met-index-service [class*="blocks"] li a {
    display: block;
    padding: 0;
    text-decoration: none;
    transition: all 0.25s ease 0s;
}
.met-index-service [class*="blocks"] li a:active, .met-index-service [class*="blocks"] li a:focus, .met-index-service [class*="blocks"] li a:hover {
    text-decoration: none;
}
.met-index-service [class*="blocks"] li:hover h3 {
    color: #e31837;
    transition: all 0.3s ease 0s;
}
.met-index-service [class*="blocks"] li:hover h3::after {
    transition: all 0.3s ease 0s;
    width: 100%;
}